xen: Fix typo in ns16550 driver.
authorkfraser@localhost.localdomain <kfraser@localhost.localdomain>
Thu, 5 Apr 2007 07:42:34 +0000 (08:42 +0100)
committerkfraser@localhost.localdomain <kfraser@localhost.localdomain>
Thu, 5 Apr 2007 07:42:34 +0000 (08:42 +0100)
Signed-off-by: Akio Takebe <takebe_akio@jp.fujitsu.com>
xen/drivers/char/ns16550.c

index 7fc77ff9c53d05c1e075c3b83b854ca52f1caacb..ca491b35931a17498420b3970ea1f77badbca938 100644 (file)
@@ -239,7 +239,7 @@ static void ns16550_init_postirq(struct serial_port *port)
         uart->irqaction.name    = "ns16550";
         uart->irqaction.dev_id  = port;
         if ( (rc = setup_irq(uart->irq, &uart->irqaction)) != 0 )
-            printk("ERROR: Failed to allocate na16550 IRQ %d\n", uart->irq);
+            printk("ERROR: Failed to allocate ns16550 IRQ %d\n", uart->irq);
 
         /* Master interrupt enable; also keep DTR/RTS asserted. */
         ns_write_reg(uart, MCR, MCR_OUT2 | MCR_DTR | MCR_RTS);